Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add patches for feature configurations and serializing radices. #162

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

Alexhuszagh
Copy link
Owner

This had a bug where it always used the digit-count, which is the base-10 digits, rather than the correct radix counts, when writing floats. This patches those bugs.

It also ensures that parse, write, etc. are used correctly with compiler feature detection and errors.

@Alexhuszagh Alexhuszagh added bug Something isn't working regression Performance regressions. radix Numeric conversions with non-decimal radices. labels Sep 24, 2024
This had a bug where it always used the digit-count, which is the
base-10 digits, rather than the correct radix counts, when writing
floats. This patches those bugs.

It also ensures that `parse`, `write`, etc. are used correctly with
compiler feature detection and errors.
@Alexhuszagh Alexhuszagh merged commit 145efa5 into main Sep 25, 2024
39 checks passed
@Alexhuszagh Alexhuszagh deleted the feature_check branch September 25, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working radix Numeric conversions with non-decimal radices. regression Performance regressions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant